Request Response
001 - 063 = From Router
064 - 127 = From Client
Content copied to clipboard
meshtastic.StoreAndForward.RequestResponse
Entries
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
Client has requested that the router abort processing the client's request
Content copied to clipboard
CLIENT_ABORT = 106;
Link copied to clipboard
Client is an in error state.
Content copied to clipboard
CLIENT_ERROR = 64;
Link copied to clipboard
Client has requested a replay from the router.
Content copied to clipboard
CLIENT_HISTORY = 65;
Link copied to clipboard
Client has requested the router respond. This can work as a
"are you there" message.
Content copied to clipboard
CLIENT_PING = 67;
Link copied to clipboard
The response to a "Ping"
Content copied to clipboard
CLIENT_PONG = 68;
Link copied to clipboard
Client has requested stats from the router.
Content copied to clipboard
CLIENT_STATS = 66;
Link copied to clipboard
Router is currently busy. Please try again later.
Content copied to clipboard
ROUTER_BUSY = 5;
Link copied to clipboard
Router is an in error state.
Content copied to clipboard
ROUTER_ERROR = 1;
Link copied to clipboard
Router heartbeat
Content copied to clipboard
ROUTER_HEARTBEAT = 2;
Link copied to clipboard
Router is responding to a request for history.
Content copied to clipboard
ROUTER_HISTORY = 6;
Link copied to clipboard
Router has requested the client respond. This can work as a
"are you there" message.
Content copied to clipboard
ROUTER_PING = 3;
Link copied to clipboard
The response to a "Ping"
Content copied to clipboard
ROUTER_PONG = 4;
Link copied to clipboard
Router is responding to a request for stats.
Content copied to clipboard
ROUTER_STATS = 7;
Link copied to clipboard
Router sends a text message from its history that was a broadcast.
Content copied to clipboard
ROUTER_TEXT_BROADCAST = 9;
Link copied to clipboard
Router sends a text message from its history that was a direct message.
Content copied to clipboard
ROUTER_TEXT_DIRECT = 8;
Link copied to clipboard
Unset/unused
Content copied to clipboard
UNSET = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<StoreAndForwardProtos.StoreAndForward.RequestResponse>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): StoreAndForwardProtos.StoreAndForward.RequestResponse
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.